The period ( . ) character class matches any single character except a new line. For example,
f.r
would match any three character string starting with an 'f' and ending with a 'r'.
See Also
Introducing Regular Expressions
Simple Expressions
Character Classes
Repeating Patterns
Optional Expressions
Alternatives
Grouping
Predefined Compound Expressions